From: Olaf Hering Date: Thu, 16 Oct 2014 12:48:00 +0000 (+0200) Subject: README: remove references to unneeded python helpers X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4175 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=68b19524a8fb81e94059317b7616d09cf5b135fd;p=xen.git README: remove references to unneeded python helpers Signed-off-by: Olaf Hering Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- diff --git a/README b/README index 8162ec9c00..ac160a5aaf 100644 --- a/README +++ b/README @@ -184,33 +184,12 @@ For more details refer to the xen xenstored systemd wiki page [3]. Python Runtime Libraries ======================== -Xend (the Xen daemon) has the following runtime dependencies: +Various tools, such as pygrub, have the following runtime dependencies: * Python 2.3 or later. - In some distros, the XML-aspects to the standard library - (xml.dom.minidom etc) are broken out into a separate python-xml package. - This is also required. - In more recent versions of Debian and Ubuntu the XML-aspects are included - in the base python package however (python-xml has been removed - from Debian in squeeze and from Ubuntu in intrepid). - URL: http://www.python.org/ Debian: python - * For optional SSL support, pyOpenSSL: - URL: http://pyopenssl.sourceforge.net/ - Debian: python-pyopenssl - - * For optional PAM support, PyPAM: - URL: http://www.pangalactic.org/PyPAM/ - Debian: python-pam - - * For optional XenAPI support in XM, lxml: - URL: http://lxml.de/ - Debian: python-lxml - YUM: python-lxml - - Intel(R) Trusted Execution Technology Support =============================================